History log of /StarryEngine/.github/ (Results 1 – 2 of 2)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f33c7b2206-Apr-2024 yuyi2439 <68320855+yuyi2439@users.noreply.github.com>

修改makefile,以适应fmt-check (#7)

48d9763906-Apr-2024 yuyi2439 <68320855+yuyi2439@users.noreply.github.com>

与fmt有关的修改

- 在根目录新增Makefile,以支持快捷fmt,并进行fmt
- 更换新版Makefile
- 新增fmt-check


workflows/fmt-check.yml
/StarryEngine/.gitignore
/StarryEngine/.vscode/settings.json
/StarryEngine/LICENSE
/StarryEngine/Makefile
/StarryEngine/README.md
/StarryEngine/starry_client/.cargo/config.toml
/StarryEngine/starry_client/Cargo.toml
/StarryEngine/starry_client/Makefile
/StarryEngine/starry_client/src/base/color.rs
/StarryEngine/starry_client/src/base/event.rs
/StarryEngine/starry_client/src/base/graphicspath.rs
/StarryEngine/starry_client/src/base/mod.rs
/StarryEngine/starry_client/src/base/renderer.rs
/StarryEngine/starry_client/src/font/unifont-license.txt
/StarryEngine/starry_client/src/font/unifont.font
/StarryEngine/starry_client/src/font/unifont.hex
/StarryEngine/starry_client/src/font/unifont.rs
/StarryEngine/starry_client/src/lib.rs
/StarryEngine/starry_client/src/window.rs
/StarryEngine/starry_server/.cargo/config.toml
/StarryEngine/starry_server/Cargo.toml
/StarryEngine/starry_server/Makefile
/StarryEngine/starry_server/src/asset/cursor_normal.png
/StarryEngine/starry_server/src/asset/desktop_bg.png
/StarryEngine/starry_server/src/base/display.rs
/StarryEngine/starry_server/src/base/image.rs
/StarryEngine/starry_server/src/base/mod.rs
/StarryEngine/starry_server/src/base/rect.rs
/StarryEngine/starry_server/src/base/window.rs
/StarryEngine/starry_server/src/config.rs
/StarryEngine/starry_server/src/core/compositor.rs
/StarryEngine/starry_server/src/core/input/inputs.rs
/StarryEngine/starry_server/src/core/input/mod.rs
/StarryEngine/starry_server/src/core/mod.rs
/StarryEngine/starry_server/src/core/window_manager.rs
/StarryEngine/starry_server/src/lib.rs
/StarryEngine/starry_server/src/main.rs
/StarryEngine/starry_server/src/starry.toml
/StarryEngine/starry_toolkit/.cargo/config.toml
/StarryEngine/starry_toolkit/Cargo.toml
/StarryEngine/starry_toolkit/Makefile
/StarryEngine/starry_toolkit/src/asset/desktop_bg.png
/StarryEngine/starry_toolkit/src/base/mod.rs
/StarryEngine/starry_toolkit/src/base/panel.rs
/StarryEngine/starry_toolkit/src/base/point.rs
/StarryEngine/starry_toolkit/src/base/rect.rs
/StarryEngine/starry_toolkit/src/lib.rs
/StarryEngine/starry_toolkit/src/main.rs
/StarryEngine/starry_toolkit/src/traits/mod.rs
/StarryEngine/starry_toolkit/src/traits/place.rs
/StarryEngine/starry_toolkit/src/traits/text.rs
/StarryEngine/starry_toolkit/src/widgets/image.rs
/StarryEngine/starry_toolkit/src/widgets/label.rs
/StarryEngine/starry_toolkit/src/widgets/mod.rs