All Downloads are FREE. Search and download functionalities are using the official Maven repository.

indigo.shared.assets.AssetPath.scala Maven / Gradle / Ivy

The newest version!
package indigo.shared.assets

opaque type AssetPath = String
object AssetPath:
  inline def apply(value: String): AssetPath            = value
  extension (ap: AssetPath) inline def toString: String = ap
  given CanEqual[AssetPath, AssetPath]                  = CanEqual.derived




© 2015 - 2024 Weber Informatics LLC | Privacy Policy