Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
367 changes: 73 additions & 294 deletions crates/shift-bridge/src/bridge.rs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions crates/shift-font/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub mod curve;
pub mod error;
pub mod ir;
pub mod layer_edit;
pub mod state;

pub use changes::*;
pub use error::{CoreError, CoreResult};
Expand All @@ -15,3 +16,4 @@ pub use ir::{
pub use layer_edit::{
BulkNodePositionUpdates, ChangedEntities, EditableNode, PasteContour, PastePoint, PasteResult,
};
pub use state::*;
Loading
Loading