[create-pull-request] automated change

This commit is contained in:
wusyong
2023-03-20 15:00:16 +00:00
committed by GitHub
parent 4b0a586452
commit 8613a05c8d
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"tauri-egui": minor
---
Update tauri-egui to tauri v2 alpha 4.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.3.0]
- Update tauri-egui to tauri v2 alpha 4.
- [c276d41](https://www.github.com/tauri-apps/tauri-egui/commit/c276d4192487b35eb0923188d8668f1fff6544db) Added change file on 2023-03-20
## \[0.2.0]
- Update tauri-egui to tauri v2.

View File

@@ -1,6 +1,6 @@
[package]
name = "tauri-egui"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
readme = "README.md"
@@ -23,7 +23,7 @@ rand = "0.8"
raw-window-handle = "0.5"
[dev-dependencies]
tauri = { version = "=2.0.0-alpha.4"}
tauri = { version = "=2.0.0-alpha.4" }
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]