Go to file
Sovenok-Hacker 20f46098ec Update .gitignore 2024-03-23 14:55:48 +03:00
.cargo Impl 2021-09-10 17:32:09 +03:00
examples feat: Add event filters (#5) 2024-03-11 23:50:22 +03:00
src feat: Add event filters (#5) 2024-03-11 23:50:22 +03:00
.gitignore Update .gitignore 2024-03-23 14:55:48 +03:00
Cargo.toml config: Update Cargo.toml 2024-03-23 14:55:48 +03:00
Makefile.toml Modify README.md a little 2024-03-23 14:55:48 +03:00
README.md Modify README.md a little 2024-03-23 14:55:48 +03:00
build.rs feat: Buttons + events 2024-01-31 16:31:47 +03:00
i686-kolibri.json build: Update layout 2024-03-23 14:55:48 +03:00
link.x feat: DLL, console 2024-02-01 19:02:41 +03:00
rust-toolchain Impl 2021-09-10 17:32:09 +03:00

README.md

Rust library for KolibriOS

Project uses cargo-make for building steps. You need to install cargo-binutils: cargo install cargo-binutils and llvm-tools-preview: rustup component add llvm-tools-preview to make it work. Also you need a working FASM.

Once installed building is trivial then: cargo make --profile production example <example name> produces a ready-to-use binary at root.