Merge pull request #2 from tauri-apps/release

This commit is contained in:
Lucas Fernandes Nogueira
2022-09-17 14:12:08 -03:00
committed by GitHub
3 changed files with 10 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri-egui": minor
---
Initial release.

6
CHANGELOG.md Normal file
View 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

View File

@@ -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" ]