Crates.io | notan_backend |
lib.rs | notan_backend |
version | 0.12.1 |
source | src |
created_at | 2022-02-20 22:06:58.365666 |
updated_at | 2024-06-08 17:59:27.897918 |
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 | 2,786 |
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.