Skip to content

Commit

Permalink
Merge pull request #163 from VaclavElias/main
Browse files Browse the repository at this point in the history
chore: NuGet packages bumped
  • Loading branch information
VaclavElias authored Sep 25, 2024
2 parents 1cb48eb + 6d193e4 commit 2725167
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions examples/code-only/Example09_Renderer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ private void Draw(RenderDrawContext drawContext)

spriteBatch.Begin(drawContext.GraphicsContext);
spriteBatch.DrawString(_font, "Hello World 2", 20, screen + new Vector2(0, -50), Color.Red);
//spriteBatch.DrawString(_font, "Hello World 2", screen + new Vector2(0, -50), Color.Red, rotation: 0.5f, Vector2.Zero, Vector2.One, SpriteEffects.None, 0f, TextAlignment.Left);
spriteBatch.End();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<Import Project="..\CommonSettings.props" />
<ItemGroup>
<PackageReference Include="Stride.Engine" Version="4.2.0.2230" />
<PackageReference Include="Stride.Engine" Version="4.2.0.2232" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\skybox_texture_hdr.dds" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<!-- This library requires a shader defined in the engine assemblies. Shaders are assets typically compiled by the asset compiler according to the Graphics API target, necessitating the inclusion of Stride.Core.Assets.CompilerApp. -->
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2230" IncludeAssets="build;buildTransitive" />
<PackageReference Include="Stride.Core.Assets.CompilerApp" Version="4.2.0.2232" IncludeAssets="build;buildTransitive" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Stride.CommunityToolkit/Stride.CommunityToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Stride.Engine" Version="4.2.0.2230" />
<PackageReference Include="Stride.Particles" Version="4.2.0.2230" />
<PackageReference Include="Stride.Physics" Version="4.2.0.2230" />
<PackageReference Include="Stride.UI" Version="4.2.0.2230" />
<PackageReference Include="Stride.Engine" Version="4.2.0.2232" />
<PackageReference Include="Stride.Particles" Version="4.2.0.2232" />
<PackageReference Include="Stride.Physics" Version="4.2.0.2232" />
<PackageReference Include="Stride.UI" Version="4.2.0.2232" />
<PackageReference Include="Stride.BepuPhysics" Version="0.9.2" />
</ItemGroup>

Expand Down

0 comments on commit 2725167

Please sign in to comment.