Skip to content

exgui/exgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 20, 2020
8e8ab54 · Oct 20, 2020

History

85 Commits
Sep 29, 2020
Oct 17, 2020
Oct 17, 2020
Oct 20, 2020
Sep 29, 2020
Oct 17, 2020
Oct 20, 2020
Jan 13, 2020
Sep 29, 2020
Oct 12, 2018
Oct 17, 2020
Oct 17, 2020
Oct 12, 2018
Sep 29, 2020

Repository files navigation

exgui

Experimental GUI library for Rust

Exgui examples

To run an example, use the following command at the top of the workspace:

cargo run -p examples --bin <example_name>

Development notes

To check the project, use the following command:

cargo check --all-features --all-targets

To run all tests, use the following command:

cargo test --all-features --all-targets

To check and perform formatting, use the following commands:

cargo +nightly fmt -- --check
cargo +nightly fmt

To enable autoformatting for IntelliJ IDEA with the Rust plugin:

File -> Settings -> Languages & Frameworks -> Rust -> Rustfmt, check "Run rustfmt on Save"

To run clippy, use the following command:

cargo clippy --all-targets --all-features -- -D warnings

To setup git hook, use the following command:

cp .git-pre-push.sh .git/hooks/pre-push

About

Experimental GUI library for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published