mirror of
https://github.com/redox-os/sodium
synced 2026-08-25 18:36:04 +00:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| src | ||
| .gitignore | ||
| .travis.yml | ||
| Cargo.toml | ||
| help.txt | ||
| icon.png | ||
| LICENSE | ||
| manifest | ||
| README.md | ||
| TODO.md | ||
Sodium: Vim 2.0
Sodium is an editor inspired by Vim (but not a clone). It aims to be efficient, fast, and productive.
Library Requirements
Sodium requires the sdl2 library in order to build.
To install on Ubuntu, use the following command: sudo apt-get install libsdl2-dev
Build
Use cargo run --features orbital in order to build the program.