mirror of
https://github.com/tauri-apps/tauri-egui.git
synced 2026-02-04 02:41:19 +01:00
[create-pull-request] automated change
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-egui": minor
|
||||
---
|
||||
|
||||
Initial release.
|
||||
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.1.0]
|
||||
|
||||
- Initial release.
|
||||
- [510ce43](https://www.github.com/tauri-apps/tauri-egui/commit/510ce4336e260ccd49c125d6b60658793eac4ef9) feat: setup CI, covector on 2022-09-16
|
||||
11
Cargo.toml
11
Cargo.toml
@@ -1,11 +1,11 @@
|
||||
[package]
|
||||
name = "tauri-egui"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
readme = "README.md"
|
||||
homepage = "https://tauri.app"
|
||||
categories = ["gui", "tauri"]
|
||||
categories = [ "gui", "tauri" ]
|
||||
description = "A Tauri plugin for the egui library"
|
||||
|
||||
[dependencies]
|
||||
@@ -23,7 +23,7 @@ rand = "0.8"
|
||||
raw-window-handle = "0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
tauri = { version = "1.1", features = ["dialog-message"] }
|
||||
tauri = { version = "1.1", features = [ "dialog-message" ] }
|
||||
egui_demo_app = { path = "examples/egui_demo_app" }
|
||||
|
||||
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
||||
@@ -34,7 +34,4 @@ name = "demo"
|
||||
path = "examples/demo/main.rs"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"examples/egui_demo_app",
|
||||
"examples/egui_demo_lib",
|
||||
]
|
||||
members = [ "examples/egui_demo_app", "examples/egui_demo_lib" ]
|
||||
|
||||
Reference in New Issue
Block a user