Add Renderer trait for more flexible rendering of buffers and editors
This commit is contained in:
parent
8a7bc790e5
commit
9339446cfa
7 changed files with 135 additions and 79 deletions
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Add `Renderer` trait for more flexible rendering of buffers and editors
|
||||
|
||||
## [0.15.0] - 2025-10-30
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue