cargo-rutin-tizen

Crates.iocargo-rutin-tizen
lib.rscargo-rutin-tizen
version0.1.0
sourcesrc
created_at2021-04-07 00:37:37.683946
updated_at2021-04-07 00:37:37.683946
descriptionCargo tool to compile and run tizen wearable applications (wrapper arround tizen sdk tools)
homepagehttps://github.com/andersondanilo/cargo-rutin-tizen
repositoryhttps://github.com/andersondanilo/cargo-rutin-tizen
max_upload_size
id380087
size79,637
Anderson Danilo (andersondanilo)

documentation

README

cargo-rutin-tizen

Cargo tool to compile and run tizen wearable applications (wrapper arround tizen sdk tools)

Installation

    1. Install 'cargo-rutin-tizen'
    1. Create '.cargo/config' (or modify the existing), adding the path to tizen studio:
[tizen]
studio_path = "/home/MYUSER/Tizen/tizen-studio"
    1. Now you can run the command cargo tizen --help to see all available commands, and cargo tizen config to see all configurable options

Note

  1. You can execute cargo tizen dev -e to compile, package and run the project in one step (-e stands for --emulator)
  2. You need to have a valid tizen-manifest.xml
Commit count: 10

cargo fmt