Skip to content

Commit

Permalink
adopt egui (#158)
Browse files Browse the repository at this point in the history
* adopt `egui`

* fix repaint

* rm debug

* rm redraw for windows

* fix repaint for macos

* rm lightweight_port option

* update deps

* run clippy

* fix build for ci
  • Loading branch information
s5suzuki authored Dec 18, 2024
1 parent a84a5ce commit b19a8a5
Show file tree
Hide file tree
Showing 50 changed files with 8,817 additions and 17,684 deletions.
668 changes: 300 additions & 368 deletions Cargo.lock

Large diffs are not rendered by default.

2,173 changes: 0 additions & 2,173 deletions SOEMAUTDServer/Cargo.lock

This file was deleted.

36 changes: 24 additions & 12 deletions SOEMAUTDServer/ThirdPartyNotice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,15 @@ core-foundation-sys 0.8.7 (Apache-2.0 OR MIT)
https://github.com/servo/core-foundation-rs
---------------------------------------------------------

crossbeam-deque 0.8.5 (Apache-2.0 OR MIT)
crossbeam-deque 0.8.6 (Apache-2.0 OR MIT)
https://github.com/crossbeam-rs/crossbeam
---------------------------------------------------------

crossbeam-epoch 0.9.18 (Apache-2.0 OR MIT)
https://github.com/crossbeam-rs/crossbeam
---------------------------------------------------------

crossbeam-utils 0.8.20 (Apache-2.0 OR MIT)
crossbeam-utils 0.8.21 (Apache-2.0 OR MIT)
https://github.com/crossbeam-rs/crossbeam
---------------------------------------------------------

Expand Down Expand Up @@ -234,6 +234,10 @@ equivalent 1.0.1 (Apache-2.0 OR MIT)
https://github.com/cuviper/equivalent
---------------------------------------------------------

errno 0.3.10 (Apache-2.0 OR MIT)
https://github.com/lambda-fairy/rust-errno
---------------------------------------------------------

event-listener 5.3.1 (Apache-2.0 OR MIT)
https://github.com/smol-rs/event-listener
---------------------------------------------------------
Expand Down Expand Up @@ -318,7 +322,7 @@ httpdate 1.0.3 (Apache-2.0 OR MIT)
https://github.com/pyfisch/httpdate
---------------------------------------------------------

hyper 1.5.1 (MIT)
hyper 1.5.2 (MIT)
https://github.com/hyperium/hyper
---------------------------------------------------------

Expand Down Expand Up @@ -374,6 +378,10 @@ libm 0.2.11 (Apache-2.0) OR MIT AND (MIT)
https://github.com/rust-lang/libm
---------------------------------------------------------

linux-raw-sys 0.4.14 (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT)
https://github.com/sunfishcode/linux-raw-sys
---------------------------------------------------------

log 0.4.22 (Apache-2.0 OR MIT)
https://github.com/rust-lang/log
---------------------------------------------------------
Expand Down Expand Up @@ -406,7 +414,7 @@ minimal-lexical 0.2.1 (Apache-2.0 OR MIT)
https://github.com/Alexhuszagh/minimal-lexical
---------------------------------------------------------

miniz_oxide 0.8.0 (Apache-2.0 OR MIT OR Zlib)
miniz_oxide 0.8.2 (Apache-2.0 OR MIT OR Zlib)
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
---------------------------------------------------------

Expand Down Expand Up @@ -578,6 +586,10 @@ rustc-demangle 0.1.24 (Apache-2.0 OR MIT)
https://github.com/rust-lang/rustc-demangle
---------------------------------------------------------

rustix 0.38.42 (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT)
https://github.com/bytecodealliance/rustix
---------------------------------------------------------

rustversion 1.0.18 (Apache-2.0 OR MIT)
https://github.com/dtolnay/rustversion
---------------------------------------------------------
Expand Down Expand Up @@ -626,7 +638,7 @@ socket2 0.5.8 (Apache-2.0 OR MIT)
https://github.com/rust-lang/socket2
---------------------------------------------------------

spin_sleep 1.2.1 (Apache-2.0)
spin_sleep 1.3.0 (Apache-2.0)
https://github.com/alexheretic/spin-sleep
---------------------------------------------------------

Expand All @@ -638,10 +650,6 @@ syn 2.0.90 (Apache-2.0 OR MIT)
https://github.com/dtolnay/syn
---------------------------------------------------------

sync_wrapper 0.1.2 (Apache-2.0)
https://github.com/Actyx/sync_wrapper
---------------------------------------------------------

sync_wrapper 1.0.2 (Apache-2.0)
https://github.com/Actyx/sync_wrapper
---------------------------------------------------------
Expand All @@ -650,11 +658,15 @@ ta 0.5.0 (MIT)
https://github.com/greyblake/ta-rs
---------------------------------------------------------

thiserror 2.0.6 (Apache-2.0 OR MIT)
terminal_size 0.4.1 (Apache-2.0 OR MIT)
https://github.com/eminence/terminal-size
---------------------------------------------------------

thiserror 2.0.8 (Apache-2.0 OR MIT)
https://github.com/dtolnay/thiserror
---------------------------------------------------------

thiserror-impl 2.0.6 (Apache-2.0 OR MIT)
thiserror-impl 2.0.8 (Apache-2.0 OR MIT)
https://github.com/dtolnay/thiserror
---------------------------------------------------------

Expand Down Expand Up @@ -702,7 +714,7 @@ tower 0.4.13 (MIT)
https://github.com/tower-rs/tower
---------------------------------------------------------

tower 0.5.1 (MIT)
tower 0.5.2 (MIT)
https://github.com/tower-rs/tower
---------------------------------------------------------

Expand Down
Loading

0 comments on commit b19a8a5

Please sign in to comment.