Skip to content

Builds and publishes NuGet packages with the native libraries that UET depends on, so that they don't have to be built as part of UET.

License

Notifications You must be signed in to change notification settings

RedpointGames/uet-native

Repository files navigation

UET (native libraries)

This repository builds and publishes libraries for UET that are dependent on native APIs: Redpoint.Logging.Mac.Native which provides the native macOS .dylib files that are necessary to support logging to the macOS system log in Redpoint.Logging.Mac, and Redpoint.AutoDiscovery which can only be built on Windows.

The C# projects in this repository used to be part of the UET repository, but they were moved here to simplify the build process of UET when developing on a local machine. These library implementations basically never change, so having it build and publish from it's own repository, and having UET simply depend on the published NuGet packages was considered far more maintainable.

All bug reports should be reported in the UET repository.

All code in this repository is licensed MIT.

About

Builds and publishes NuGet packages with the native libraries that UET depends on, so that they don't have to be built as part of UET.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages