From c1c89ce4ce6f59583cd34a0bfcb89c77bf61b5e1 Mon Sep 17 00:00:00 2001 From: aybe Date: Tue, 21 Feb 2023 07:13:17 +0100 Subject: [PATCH] We can now use CppSharp directly from NuGet instead of GitHub registry --- DearGenerator/DearGenerator.csproj | 2 +- DearImGui/DearImGui.csproj | 2 +- DearImPlot/DearImPlot.csproj | 2 +- README.md | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DearGenerator/DearGenerator.csproj b/DearGenerator/DearGenerator.csproj index 9a47edf..38d8b1d 100644 --- a/DearGenerator/DearGenerator.csproj +++ b/DearGenerator/DearGenerator.csproj @@ -8,7 +8,7 @@ - + diff --git a/DearImGui/DearImGui.csproj b/DearImGui/DearImGui.csproj index 10042b4..6537190 100644 --- a/DearImGui/DearImGui.csproj +++ b/DearImGui/DearImGui.csproj @@ -25,7 +25,7 @@ - + diff --git a/DearImPlot/DearImPlot.csproj b/DearImPlot/DearImPlot.csproj index f65e360..47ca401 100644 --- a/DearImPlot/DearImPlot.csproj +++ b/DearImPlot/DearImPlot.csproj @@ -25,7 +25,7 @@ - + diff --git a/README.md b/README.md index 51bc3c4..91f9aa4 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ The repository has submodules, don't forget to clone them in the process: ### Building -Restoring [CppSharp](https://github.com/orgs/mono/packages?repo_name=CppSharp) from GitHub's NuGet registry requires a [personal access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry). - In order for the projects in *Managed* folder to build, there are implicit dependencies: - projects in *Generated* folder shall be started at least once