Elois/indexs
Compare changes
@@ -9,23 +9,11 @@ You are expected to have [setup your development environment](setup-your-dev-env
@@ -9,23 +9,11 @@ You are expected to have [setup your development environment](setup-your-dev-env
* `durs-desktop`: builds a Graphical User Interface (GUI), for the desktop, also in the form of one executable. This one doesn't exist yet.
The name of your crate to put in the `Cargo.toml` file must be prefixed by `durs-`. The folder in which lies your module doesn't have this prefix.
For example: you create a new module named "toto". You put the crate, which contains your module's code, int `lib/modules/toto`. In `Cargo.toml` you add `durs-toto`.