Skip to content
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

Document features #303

Open
griffi-gh opened this issue Dec 2, 2022 · 2 comments
Open

Document features #303

griffi-gh opened this issue Dec 2, 2022 · 2 comments

Comments

@griffi-gh
Copy link

currently all crate features are undocumented.

@emoon
Copy link
Owner

emoon commented Dec 3, 2022

The readme states:

minifb is a cross platform library written in Rust and that makes it easy to setup a window and to (optional) display a 32-bit pixel buffer. It also makes it easy to get input from keyboard and mouse.

And the public API is documented here https://docs.rs/minifb/latest/minifb/struct.Window.html
So I'm sure I understand when you state that all features are undocumented? The API doc shows what you can do.

@griffi-gh
Copy link
Author

griffi-gh commented Dec 6, 2022

crate feature flags, for example what is dlopen for and what does it change in the context of this crate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants