Skip to content

Commit 1ed5313

Browse files
committed
task: add icons
1 parent 07e0bc0 commit 1ed5313

7 files changed

Lines changed: 19 additions & 1 deletion

File tree

.assets/icon_128x128.png

9.81 KB
Loading

.assets/icon_256x256.png

26.9 KB
Loading

.assets/icon_512x512.png

91.4 KB
Loading

FixedMathSharp.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedMathSharp.Editor", "sr
1212
EndProject
1313
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedMathSharp.Tests", "tests\FixedMathSharp.Tests\FixedMathSharp.Tests.csproj", "{86CD72E6-2A40-494C-9D9B-A38EF90A12A8}"
1414
EndProject
15+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{882324AE-67F3-4F5B-8485-6EF324A15CBF}"
16+
ProjectSection(SolutionItems) = preProject
17+
LICENSE.md = LICENSE.md
18+
README.md = README.md
19+
EndProjectSection
20+
EndProject
1521
Global
1622
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1723
Debug|Any CPU = Debug|Any CPU

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# FixedMathSharp Library
1+
# FixedMathSharp
2+
3+
<p align="center">
4+
<img src=".assets/icon_128x128.png" alt="FixedMathSharp Icon" width="200"/>
5+
</p>
26

37
**FixedMathSharp** is a high-precision, fixed-point mathematics library
48
designed to enable deterministic, efficient arithmetic operations. It

src/FixedMathSharp.Editor/FixedMathSharp.Editor.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
8+
<PropertyGroup>
9+
<PackageIcon>../../../.assets/icon_256x256.png</PackageIcon>
10+
<PackageIconUrl>https://raw.githubusercontent.com/mrdav30/fixedmathsharp/main/.assets/icon_256x256.png</PackageIconUrl>
11+
</PropertyGroup>
812
<PropertyGroup>
913
<UnityVersion>2022.3.20f1</UnityVersion>
1014
<OSInstallRootPath>C:\Program Files</OSInstallRootPath>

src/FixedMathSharp/FixedMathSharp.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<ImplicitUsings>disable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
8+
<PropertyGroup>
9+
<PackageIcon>../../../.assets/icon_256x256.png</PackageIcon>
10+
<PackageIconUrl>https://raw.githubusercontent.com/mrdav30/fixedmathsharp/main/.assets/icon_256x256.png</PackageIconUrl>
11+
</PropertyGroup>
812
<PropertyGroup>
913
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1014
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

0 commit comments

Comments
 (0)