Skip to content

Commit

Permalink
fix: Register RngSeed for reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Dec 15, 2024
1 parent b4aaabe commit 5ae7849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ where
fn build(&self, app: &mut App) {
app.register_type::<GlobalEntropy<R>>()
.register_type::<Entropy<R>>()
.register_type::<RngSeed<R>>()
.register_type::<R::Seed>();

if let Some(seed) = self.seed.as_ref() {
Expand Down

0 comments on commit 5ae7849

Please sign in to comment.