notan_egui 0.7.1

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

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

[dependencies.log]
version = "0.4.17"

[dependencies.notan_app]
version = "0.7.1"

[dependencies.notan_core]
version = "0.7.1"

[dependencies.notan_macro]
version = "0.7.1"

[features]
clipboard = ["notan_app/clipboard", "copypasta/x11"]
clipboard-wayland = ["copypasta/wayland", "clipboard"]
drop_files = []
links = []

[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.7.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.copypasta]
default-features = false
version = "0.8.1"