Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbeddedSwiftUtilities, as used in gnorium.com

Utility functions and helpers for Embedded Swift environments.

Overview

EmbeddedSwiftUtilities provides common helper functions and utilities optimized for Embedded Swift and WebAssembly environments.

Installation

Swift Package Manager

Add EmbeddedSwiftUtilities to your Package.swift:

dependencies: [
    .package(url: "https://github.com/gnorium/embedded-swift-utilities", branch: "main")
- [artifact-core](https://github.com/gnorium/artifact-core) - IIIF Presentation API v3 types + deep zoom viewer
]

Then add it to your target dependencies:

.target(
    name: "YourTarget",
    dependencies: [
        .product(name: "EmbeddedSwiftUtilities", package: "embedded-swift-utilities")
    ]
)

Requirements

  • Swift 6.2+

License

Apache License 2.0 - See LICENSE for details

Contributing

Contributions welcome! Please open an issue or submit a pull request.

Related Packages

About

EmbeddedSwiftUtilities, as used in gnorium.com

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages