1 unstable release
0.1.0 | Apr 7, 2021 |
---|
#618 in Cargo plugins
56KB
1.5K
SLoC
cargo-rutin-tizen
Cargo tool to compile and run tizen wearable applications (wrapper arround tizen sdk tools)
Installation
-
- Install 'cargo-rutin-tizen'
-
- Create '.cargo/config' (or modify the existing), adding the path to tizen studio:
[tizen]
studio_path = "/home/MYUSER/Tizen/tizen-studio"
-
- Now you can run the command
cargo tizen --help
to see all available commands, andcargo tizen config
to see all configurable options
- Now you can run the command
Note
- You can execute
cargo tizen dev -e
to compile, package and run the project in one step (-e stands for --emulator) - You need to have a valid
tizen-manifest.xml
Dependencies
~5–16MB
~172K SLoC