1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Rename viewports example to test_viewports, and hide drag-and-drop

This commit is contained in:
Emil Ernerfeldt
2023-11-06 20:03:23 +01:00
parent 73432bad84
commit 291ab1ee7b
4 changed files with 98 additions and 85 deletions

16
Cargo.lock generated
View File

@@ -3707,6 +3707,14 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "test_viewports"
version = "0.1.0"
dependencies = [
"eframe",
"env_logger",
]
[[package]]
name = "textwrap"
version = "0.16.0"
@@ -4059,14 +4067,6 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "viewports"
version = "0.1.0"
dependencies = [
"eframe",
"env_logger",
]
[[package]]
name = "waker-fn"
version = "1.1.1"