| Crates.io | notan_backend |
| lib.rs | notan_backend |
| version | 0.13.0 |
| created_at | 2022-02-20 22:06:58.365666+00 |
| updated_at | 2025-03-29 13:20:39.224866+00 |
| description | Provides a default backend for Notan |
| homepage | https://github.com/Nazariglez/notan |
| repository | https://github.com/Nazariglez/notan |
| max_upload_size | |
| id | 535996 |
| size | 80,904 |
This crate is used by default for the AppBuilder to set a backend depending on the build platform.
For web it will use the notan_web backend based on web-sys and for desktop platforms it will use notan_winit currently using glutin to give the OpenGL context.
Both backends (web and winit) will use notan_glow to manage the OpenGL/WebGL context.