Skip to content

N31: Notan (Fix how to try the lib) #967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/news/031/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ This first version comes with windowing, input and rendering support on MacOS,
Linux, Windows and Web. Behind feature flags you can use a fast 2D renderer,
text rendering, and [egui] integration.

You can try [Notan] by installing it via cargo: `cargo install notan` or
You can try [Notan] by adding it to your `Cargo.toml` -> `notan = "0.1.0"` or
checking the [online demos].

[Notan]: https://github.com/Nazariglez/notan
Expand Down