diff options
| author | Ronald Kinard <[email protected]> | 2017-07-26 11:16:30 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-26 11:16:30 -0500 |
| commit | bbd4d28af107aa2e283e33e32def522fcca0d218 (patch) | |
| tree | e01c54e053090cf91b2eeca3a8e2c883fe15c0dc /examples/Xargo.toml | |
| parent | Merge pull request #39 from panicbit/travis_fix (diff) | |
| parent | Add examples directory (diff) | |
| download | archived-ctru-rs-bbd4d28af107aa2e283e33e32def522fcca0d218.tar.xz archived-ctru-rs-bbd4d28af107aa2e283e33e32def522fcca0d218.zip | |
Merge pull request #38 from FenrirWolf/examples
Add examples directory
Diffstat (limited to 'examples/Xargo.toml')
| -rw-r--r-- | examples/Xargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/Xargo.toml b/examples/Xargo.toml new file mode 100644 index 0000000..7cc0423 --- /dev/null +++ b/examples/Xargo.toml @@ -0,0 +1,6 @@ +[dependencies.collections] +[dependencies.rand] + +[dependencies.std] +path = "../ctr-std" +stage = 1 |