notan_egui 0.12.1

Provides EGUI support for Notan
[dependencies.bytemuck]
version = "1.14.0"

[dependencies.egui]
features = ["bytemuck"]
version = "0.27.2"

[dependencies.log]
version = "0.4.20"

[dependencies.notan_app]
version = "0.12.1"

[dependencies.notan_core]
version = "0.12.1"

[dependencies.notan_macro]
version = "0.12.1"

[features]
drop_files = []
glsl-to-spirv = ["notan_macro/glsl-to-spirv"]
links = []
shaderc = ["notan_macro/shaderc"]

[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
description = "Provides EGUI support for Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_egui"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
version = "0.12.1"