cushy/gooey-macros
Jonathan Johnson f1a2a711ff
Multi-window support
Closes #91

There's some details to still figure out, which are in new issues:

- #109: When opening a window, no handle is returned that gives access to the
  window from the opener. Technically this can all be wired up manually,
  with exception of requeesting the window close.
- #107: How can a window close itself? Once we have a handle type, we still
  need a mechanism to allow a button on a window request that the window
  closes gracefully. The examples that currently close the window
  call exit instad.
2023-12-21 14:57:29 -08:00
..
src derive(LinearInterpolate) on enum 2023-11-14 20:03:30 +01:00
Cargo.toml Preparing gooey-macros for publish 2023-12-18 11:25:38 -08:00
README.md Multi-window support 2023-12-21 14:57:29 -08:00

gooey-macros

This crate contains procedural macros that Gooey exposes.