Skip to content

Commit

Permalink
expose wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 11, 2025
1 parent f207c5f commit c3b3622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ language: 'en'
- Escape sequence to move cursor forward tabs ( CSI Ps I ).
- Always emit `1` for the first parameter when having modifiers in kitty keyboard protocol.
- Microsoft Windows: fix the event loop not waking on accessibility requests.
- Sugarloaf: Expose wgpu.

## 0.2.2

Expand Down
3 changes: 3 additions & 0 deletions sugarloaf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ pub mod font_introspector;
pub mod layout;
mod sugarloaf;

// Expose WGPU
pub use wgpu;

pub use font_introspector::{Stretch, Style, Weight};

pub use crate::sugarloaf::{
Expand Down

0 comments on commit c3b3622

Please sign in to comment.