[package]
name = "notan_egui"
version = "0.7.1"
authors = ["Nazarí González <nazari.nz@gmail.com>"]
edition = "2021"
readme = "README.md"
homepage = "https://github.com/Nazariglez/notan"
repository = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
description = "Provides EGUI support for Notan"
[dependencies]
log = "0.4.17"
egui = { version = "0.18.1", features = ["bytemuck"] }
bytemuck = "1.10.0"
notan_core = { path = "../notan_core", version = "0.7.1" }
notan_app = { path = "../notan_app", version = "0.7.1" }
notan_macro = { path = "../notan_macro", version = "0.7.1" }
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.copypasta]
version = "0.8.1"
default-features = false
[features]
links = []
clipboard = ["notan_app/clipboard" , "copypasta/x11"]
clipboard-wayland = ["copypasta/wayland", "clipboard"]
drop_files = []