Skip to content

Commit 87f93ab

Browse files
committed
fixup imports for wasm
1 parent b836130 commit 87f93ab

File tree

1 file changed

+2
-2
lines changed
  • node-graph/graph-craft/src/document

1 file changed

+2
-2
lines changed

node-graph/graph-craft/src/document/value.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ tagged_value! {
190190
VectorData(graphene_core::vector::VectorDataTable),
191191
#[cfg_attr(target_arch = "wasm32", serde(alias = "ImageFrame", deserialize_with = "graphene_core::raster::image::migrate_image_frame"))] // TODO: Eventually remove this migration document upgrade code
192192
RasterData(graphene_core::raster_types::RasterDataTable<CPU>),
193-
#[cfg_attr(target_arch = "wasm32", serde(deserialize_with = "graphene_core::migrate_graphic_group"))] // TODO: Eventually remove this migration document upgrade code
193+
#[cfg_attr(target_arch = "wasm32", serde(deserialize_with = "graphene_core::graphic_group::migrate_graphic_group"))] // TODO: Eventually remove this migration document upgrade code
194194
GraphicGroup(graphene_core::GraphicGroupTable),
195-
#[cfg_attr(target_arch = "wasm32", serde(deserialize_with = "graphene_core::migrate_artboard_group"))] // TODO: Eventually remove this migration document upgrade code
195+
#[cfg_attr(target_arch = "wasm32", serde(deserialize_with = "graphene_core::graphic_group::migrate_artboard_group"))] // TODO: Eventually remove this migration document upgrade code
196196
ArtboardGroup(graphene_core::ArtboardGroupTable),
197197
// ============
198198
// STRUCT TYPES

0 commit comments

Comments
 (0)