apprt: clean up stray struct (#7946)

This commit is contained in:
Mitchell Hashimoto
2025-07-14 19:55:33 -07:00
committed by GitHub

View File

@ -33,7 +33,6 @@ pub const ColorScheme = structs.ColorScheme;
pub const CursorPos = structs.CursorPos;
pub const IMEPos = structs.IMEPos;
pub const Selection = structs.Selection;
pub const OpenNewWindowIPCOptions = structs.OpenNewWindowIPCOptions;
pub const SurfaceSize = structs.SurfaceSize;
/// The implementation to use for the app runtime. This is comptime chosen