Skip to content

Commit

Permalink
Update itch_game.rs trait
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Feb 5, 2025
1 parent 319989a commit 60cf3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/itch/itch_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::path::Path;
use serde::{Deserialize, Serialize};
use steam_shortcuts_util::{shortcut::ShortcutOwned, Shortcut};

use crate::platforms::NeedsPorton;
use crate::platforms:: NeedsProton;

use super::ItchPlatform;

Expand Down

0 comments on commit 60cf3d8

Please sign in to comment.