Skip to content

Commit

Permalink
refactor!: Decouple breakwater-parser to make it easier to integrate …
Browse files Browse the repository at this point in the history
…elsewhere (#37)

* decouple breakwater-parser

* clippy

* #[inline]

* unchecked is unsafe

* remove not required trait methods

* Formatting

* refactor!: Remove breakwater-core crate

* Fix compilation error in tests

* Fix clippy on arm

* Add as_pixels to FrameBuffer trait

* changelog

* More inlining :)

---------

Co-authored-by: bits0rcerer <25325997+bits0rcerer@users.noreply.github.com>
  • Loading branch information
sbernauer and bits0rcerer committed Aug 8, 2024
1 parent 1db11a7 commit 3b8a53a
Show file tree
Hide file tree
Showing 24 changed files with 365 additions and 425 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file.
### Changed

- BREAKING: Feature `binary-commands` has been renamed to `binary-set-pixel` ([#34])
- BREAKING: Remove the `breakwater-core` crate ([#37])
- Add a `FrameBuffer` trait, rename the existing implementation one to `SimpleFrameBuffer` ([#37])

### Fixed

Expand All @@ -19,6 +21,7 @@ All notable changes to this project will be documented in this file.

[#34]: https://github.com/sbernauer/breakwater/pull/34
[#36]: https://github.com/sbernauer/breakwater/pull/36
[#37]: https://github.com/sbernauer/breakwater/pull/37

## [0.15.0] - 2024-06-12

Expand Down
Loading

0 comments on commit 3b8a53a

Please sign in to comment.