mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
1 Commits
release-pl
...
ac-qu-ai-n
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9f34e73729 |
@@ -15,15 +15,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Other
|
||||
|
||||
- release
|
||||
- run cargo fmt
|
||||
|
||||
## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-core-v0.0.1) - 2024-10-06
|
||||
|
||||
### Added
|
||||
|
||||
- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary`
|
||||
|
||||
### Other
|
||||
|
||||
- run cargo fmt
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "ac-qu-ai-nt-core"
|
||||
description = "The core library of ac-qu-ai-nt. If you're looking for the application, see cli-clap or gui-eframe or tui-ratatui or the multibinary"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.76"
|
||||
|
@@ -12,13 +12,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary`
|
||||
|
||||
### Other
|
||||
|
||||
- release
|
||||
|
||||
## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-gui-eframe-v0.0.1) - 2024-10-06
|
||||
|
||||
### Added
|
||||
|
||||
- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary`
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "ac-qu-ai-nt-gui-eframe"
|
||||
description = "A GUI (written with egui / eframe) for ac-qu-ai-nt"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.76"
|
||||
|
@@ -12,13 +12,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary`
|
||||
|
||||
### Other
|
||||
|
||||
- release
|
||||
|
||||
## [0.0.1](https://github.com/babichjacob/ac-qu-ai-nt/releases/tag/ac-qu-ai-nt-tui-ratatui-v0.0.1) - 2024-10-06
|
||||
|
||||
### Added
|
||||
|
||||
- initialize `core`, `gui-eframe`, and `tui-ratatui` crates and use them in the `multibinary`
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "ac-qu-ai-nt-tui-ratatui"
|
||||
description = "A TUI (written with Ratatui) for ac-qu-ai-nt"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.76"
|
||||
|
Reference in New Issue
Block a user