1
0
Fork 0
forked from wry/wry

vulkan: move OnDrop out of vulkan module

This commit is contained in:
Julian Orth 2024-09-07 12:48:02 +02:00
parent e605940daa
commit 9f98603121
10 changed files with 24 additions and 17 deletions

View file

@ -27,6 +27,7 @@ pub mod nonblock;
pub mod num_cpus;
pub mod numcell;
pub mod on_change;
pub mod on_drop;
pub mod once;
pub mod opaque;
pub mod opaque_cell;